home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / blf082b / blouf.cfg < prev    next >
Text File  |  1993-12-11  |  4KB  |  126 lines

  1. ; ------------------------------------------------------------------------
  2. ; sample bloufgate config file
  3. ; ------------------------------------------------------------------------
  4. ; ADDRESSING
  5. ;
  6. ; gateway address, may be a point. should be a point if the node is not 
  7. ; 100% rfc and using only blouf for fidonet interfacing
  8. ; address <zone>:<net>/<node>.<point> {<fakenet>}
  9. address  2:320/100.1 32004
  10. ;
  11. ; boss node, the full node number if point
  12. ; boss <zone>:<net>/<node>
  13. boss     2:320/100
  14. ;
  15. ; domain, domain address of the FTN network
  16. ; WARNING: DON'T USE THIS KEYWORD IF THE NET IS FIDONET OR IF YOU DON'T
  17. ; REALLY KNOW WHAT YOU'RE DOING. (e.g. if you think a domain ending by
  18. ; .ftn could be correct, then you don't know what you're doing)
  19. ;domain fidonet.org
  20. ;
  21. ; uucp name of the site.
  22. uuname     linn
  23. ;
  24. ; indicates you are registered with your domain, 
  25. ; then mail from your node is <uuname>.<domain>, eg mysite.fidonet.org
  26. ; otherwise it is f00.n00.z00.<domain> as any other site 
  27. ;registered
  28. ;
  29. ; ------------------------------------------------------------------------
  30. ; IF/END
  31. ;    BloufGate can include conditional config if you want a multizone
  32. ;    multinode setup.
  33. ;
  34. ;    For example:
  35. ;    if fidonet
  36. ;    address 2:320/100.1 32004
  37. ;    boss 2:320/100
  38. ;    domain fidonet.org
  39. ;    nodelist fidolist.blf
  40. ;    end
  41. ;    if othernet
  42. ;    address    100:123/456.1 33333
  43. ;    boss 100:123/456
  44. ;    domain othernet.mymachine.myfoundation.org
  45. ;    nodelist otherlst.blf
  46. ;    end
  47. ;    [rest of config]
  48. ;
  49. ;    and then you use the -s<label> flag on the blouf command line
  50. ; ------------------------------------------------------------------------
  51. ; OPTIONAL EXTERNAL FILES
  52. ;
  53. ; optional systemlist (file compiled by the nlist program)
  54. ; enable bouncing for unlisted nets
  55. ;nodelist   \proj\blouf\netlist.cfg
  56. ;
  57. ; userlist (fido names in incoming packets that are converted to addresses,
  58. ; see sample users.cfg  for more info)
  59. localusers  \proj\blouf\users.cfg
  60. ;
  61. ; optional dupe file, if defined Message-ID are stored in this file
  62. ;dupefile    \temp\bloufdup.tmp
  63. ;
  64. ; ------------------------------------------------------------------------
  65. ;
  66. ; path to output fido .pkt
  67. outpkt      c:\proj\blouf\pkt\
  68. ;
  69. ; path to output .nws newsbatch files and .rfc mails
  70. outrfc     c:\proj\blouf\rfc\
  71. ;
  72. ; logfile, opus/fido-like
  73. logfile    blouf.log
  74. ;
  75. ; path to temporary directory, default is outrfc
  76. tempdir c:\temp\
  77. ;
  78. ; optional magic request help filename (written in bounce/warning messages)
  79. ;reqhelp GUUCP
  80. ;
  81. ; maximum size of messages for split (unix->fido)
  82. maxsize    15000
  83. ;
  84. ; maximum outgoing fido->unix size
  85. outmax     6500
  86. ;
  87. ; use FSC-0035 kludges if this keyword is present
  88. fsc-0035
  89. ;
  90. ; produce 4d packets (not implemented)
  91. ;4d-packets
  92. ;
  93. ; delete incoming mail after import
  94. ;nokeep
  95. ;
  96. ; send an educative warning to people writing to .uucp 
  97. ; and tell them to use domains
  98. uucpwarning
  99. ;
  100. ; if your host doesn't have an agreement with a bitnet gateway
  101. bitnetwarning
  102. ;
  103. ; check internet domains (checks that @ address ends by a 
  104. ; valid P1 domain or .uucp or .bitnet)
  105. chkdomain
  106. ;
  107. ; add galactic federation identification in RFC822 emails (X-Starship & X-Stardate)
  108. startrek
  109. ;
  110. ; default echomail origin line
  111. origin  -=> Linn <=-  Usenet Gateway  Paris  +33-1-49650542
  112. ;
  113. ; -------------------------------------------------------------------------
  114. ; ECHOMAIL/NEWSGROUP CONVERTION TABLE
  115. ;
  116. ; newsgroup/echomail table
  117. ; ! means moderated newsgroup
  118. ; gatenews {!}<newsgroup> <echomail>
  119. gatenews !comp.os.linux.announce INET.COLA
  120. gatenews !alt.destroy.the.earth     INET.ADTE
  121. gatenews !rec.music.industrial   INET.INDUSTRIAL
  122. gatenews !soc.culture.esperanto  INET.ESPERANTO
  123. gatenews mysite.local             MYSITE.LOCAL
  124. gatenews mysite.support          MYSITE.SUPPORT
  125. ;
  126. ;